1
'------------------------------------------------------------------------------
3 ' This code was generated by a tool.
5 ' Changes to this file may cause incorrect behavior and will be lost if
6 ' the code is regenerated.
8 '------------------------------------------------------------------------------
15 Partial
Friend NotInheritable Class MySettings
16 Inherits System
.Configuration
.ApplicationSettingsBase
18 Private Shared m_Value
As MySettings
20 Private Shared m_SyncObject
As Object = New Object
22 <System
.Diagnostics
.DebuggerNonUserCode()> _
23 Public Shared ReadOnly
Property Value() As MySettings
25 If (MySettings
.m_Value Is
Nothing) Then
26 System
.Threading
.Monitor
.Enter(MySettings
.m_SyncObject
)
27 If (MySettings
.m_Value Is
Nothing) Then
29 MySettings
.m_Value
= New MySettings
31 System
.Threading
.Monitor
.Exit(MySettings
.m_SyncObject
)
35 Return MySettings
.m_Value